//==============================================================================
// tower_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
anim Idle
{
   SetSelector
   {
       TechLogic none
       SetSelector
       {
          ConstructionLogic 0 66
          set hotspot
          {
             version
             {
                Visual Building gn beehive
             }
          }
          set hotspot
          {
             version
             {
                Visual Building Construction XSmall A
                         connect ATTACHPOINT empower hotspot
         		 connect CHIN G_Small_Brick hotspot
		   	 connect ATTACHPOINT G_Long_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XSmall B
                           connect ATTACHPOINT empower hotspot
		           connect CHIN G_Small_Brick hotspot
		      	   connect ATTACHPOINT G_Long_Brick hotspot
               }
            }
         }
      }
   }
